projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
564d75e
)
* xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to
author
Jim Blandy
<jimb@redhat.com>
Fri, 18 Jun 1993 16:33:12 +0000
(16:33 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Fri, 18 Jun 1993 16:33:12 +0000
(16:33 +0000)
be missing on some systems, and there's no point in having
configure check; it should work fine to always use our copy.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 3d5d07e28a587873d0b41dd37633c245542f1616..db0cd640074dc67f909b61c547481b5f3376cfb7 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-39,7
+39,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
extern void abort ();
#ifndef VMS
-#if
def EMACS_BITMAP_FILES
+#if
1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */
#include "bitmaps/gray.xbm"
#else
#include <X11/bitmaps/gray>